Cocktail Help Reference
EntityManagerDelegate<T> Class Members
See Also  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : EntityManagerDelegate<T> Class


Glossary Item Box

The following tables list the members exposed by EntityManagerDelegate<T>.

Protected Constructors

 NameDescription
Protected ConstructorEntityManagerDelegate<T> ConstructorInitializes a new EntityManagerDelegate instance.  
Top

Public Methods

 NameDescription
Public MethodOnClearedCalled whenever the entityManager is cleared.  
Public MethodOnEntityChangedCalled whenever an entity's state has changed in any significant manner.  
Public MethodOnEntityChangingCalled whenever an entity's state is changing in any significant manner.  
Public MethodOnEntityServerErrorCalled when an error occurs while accessing the EntityServer or backend data source.  
Public MethodOnFetchingCalled before the EntityManager fetches data from an EntityServer. Will only be called if the query will not be satisfied out of the local cache.  
Public MethodOnQueriedOccurs after the EntityManager has completed processing of a query.  
Public MethodOnQueryingCalled before the EntityManager executes a query.  
Public MethodOnSavedCalled after the EntityManager has persisted changed entities.  
Public MethodOnSavingCalled when the EntityManager is preparing to save changes.  
Public MethodValidateOverride to perform client-side custom validation on a given entity before saving.  
Top

See Also

© 2013 All Rights Reserved.